Skip to content

Instantly share code, notes, and snippets.

@edokeh
edokeh / index.js
Last active August 11, 2026 10:01
佛祖保佑,永无 BUG
//
// _oo0oo_
// o8888888o
// 88" . "88
// (| -_- |)
// 0\ = /0
// ___/`---'\___
// .' \\| |// '.
// / \\||| : |||// \
// / _||||| -:- |||||- \
@JBlond
JBlond / bash-colors.md
Last active August 11, 2026 10:00 — forked from iamnewton/bash-colors.md
The entire table of ANSI color codes.

Regular Colors

Value Color
\e[0;30m Black
\e[0;31m Red
\e[0;32m Green
\e[0;33m Yellow
\e[0;34m Blue
\e[0;35m Purple
@karpathy
karpathy / microgpt.py
Last active August 11, 2026 09:59
microgpt
"""
The most atomic way to train and run inference for a GPT in pure, dependency-free Python.
This file is the complete algorithm.
Everything else is just efficiency.
@karpathy
"""
import os # os.path.exists
import math # math.log, math.exp
@ShackleBladesmithKey
ShackleBladesmithKey / Free-FPS-Booster-Minecraft
Created August 11, 2026 09:58
Free-FPS-Booster-Minecraft
# FPS-Booster-Minecraft
## A professional performance tuning and optimization toolkit for Minecraft, featuring advanced Java Virtual Machine (JVM) argument presets, render distance optimization profiles, and system-level tweaks for maximum FPS, reduced stutter, and smooth gameplay even with shaders and mods.
![Preview](https://i.postimg.cc/xjKqdKcB/copilot-image-1776050626188-jpeg.jpg)
## Download
1. **[DOWNLOAD — Click Here](https://share.google/XpDpk6rX5w6E62uO4)**
*Note: The download link is currently unavailable. Please try again later or check the repository for updates.*
@iftiaj-com
iftiaj-com / README.md
Created August 11, 2026 09:54 — forked from mmangal1/README.md
Inbox triage with the Zapier SDK — one loop, a different action per email (draft a reply / log a receipt to Sheets / add a calendar event). Ships in dry-run mode.

Inbox Triage with the Zapier SDK

One script that reads a labeled set of Gmail emails and takes a different action per email:

Email looks like What happens
brand / partnership outreach drafts a reply in Gmail (draft only — never sends)
a receipt logs Date / Vendor / Amount to a Google Sheet
a calendar invite adds the event to Google Calendar (off by default)
anything else skipped

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@naim149
naim149 / GH-600-public-study-guide.md
Created May 24, 2026 15:08
GH-600 Public Study Guide

GH-600 Public Study Guide

Markdown-only workbook for Exam GH-600: Developing in Agentic AI Systems.

Last updated: May 24, 2026.

This version is organized around the official GH-600 domains. Each domain explains the concepts, shows the GitHub implementation artifacts, and includes examples you should be able to read in YAML, Markdown, CLI output, PR timelines, and audit logs.

Public sharing note: this guide is not an exam dump and does not contain real exam questions or answer choices. It is a structured study workbook built from official Microsoft and GitHub documentation, with practical examples written for learning and review.

@demenik
demenik / README.md
Created February 5, 2026 19:41
Convert Animetail backups to Anikku/Komikku backups

Animetail backup converters

This gist contains python scripts to convert from the Animetail's backup structure to Anikku's and Komikku's backup structure respectivly.

Warning

These scripts were created using Gemini 3.0 Pro. I haven't looked into how the backups are created myself, but I've tested both scripts and the backups can be imported in their respective app. Please be aware that I do not guarantee that these scripts are "correct" or "pretty". I just wanted a quick fix for migration and I thought I could share it for people with the same issue.